HI MATES !
Please Could someone tell me how to put a gray shader behind the text with huddraw?
example:
I did a basic script, but shader appears over the text and if alpha is high, text is not seen.
I have tested changing the sequence (first the shader and then the text) but it is the same.Code:main: huddraw_align 88 right top huddraw_font 88 facfont-20 huddraw_rect 88 -24 222 100 14 huddraw_color 88 1 1 1 huddraw_alpha 88 1.0 huddraw_string 88 ("hello") huddraw_virtualsize 89 0 huddraw_alpha 89 0.5 huddraw_align 89 right top huddraw_rect 89 -83 58 79 180 huddraw_shader 89 "textures/mohmenu/black.tga" end
Thanks in advance.



Reply With Quote

